From c066136c3ad2dba4b303411705bb1d47f7bdf08f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 24 Nov 2011 09:53:39 +0100 Subject: [PATCH] win32-theme: Theme column headers --- gtk/gtk-win32.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gtk/gtk-win32.css b/gtk/gtk-win32.css index f72cd87a98..c761e63931 100644 --- a/gtk/gtk-win32.css +++ b/gtk/gtk-win32.css @@ -606,3 +606,23 @@ GtkComboBox.combobox-entry .button:insensitive { .toolbar .button:insensitive { background-image: -gtk-win32-theme-part(toolbar, 1 4); } + +/* Column headers */ + +column-header .button, +column-header .button:focus { + border-width: 0; + background-image: -gtk-win32-theme-part(header, 1 1); +} + +column-header .button:prelight, +column-header .button:prelight:focus { + background-image: -gtk-win32-theme-part(header, 1 2); +} + +column-header .button:active, +column-header .button:active:prelight, +column-header .button:active:focus, +column-header .button:active:prelight:focus { + background-image: -gtk-win32-theme-part(header, 1 3); +} -- 2.30.2